home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000178_timbl _Wed Jul 15 00:55:36 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <timbl>
  2. Received: by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA02153; Wed, 15 Jul 92 00:55:36 MET DST
  4. Date: Wed, 15 Jul 92 00:55:36 MET DST
  5. From: timbl (Tim Berners-Lee)
  6. Message-Id: <9207142255.AA02153@ nxoc01.cern.ch >
  7. To: connolly@pixel.convex.com, timbl@nxoc01.cern.ch
  8. Subject: Re: rethinking the HTML DTD.
  9. Cc: www-talk@nxoc01.cern.ch
  10.  
  11. Dan,
  12.  
  13. You had a DTD which was almost HTML as it now is. I can't remeber the
  14. syntax but it needs to have something along the lines of
  15.  
  16.    nonanchor = H! | H2 | text | DL ...
  17.    anchor =    <A> nonanchors </A>
  18.    document_bit = anchor | nonanchor
  19.  
  20. to get the restriction of not nesting anchors, not nesting DLs,
  21. but being able to put anchors within DLs OR DLs within anchors.
  22. If you could write that in DTD and mail it ten (when I come back
  23. from vacation I or someone else) will put it into the web for
  24. people to refer to.  If we get complains from some SGML parsers that
  25. its not right, we can fix it. But we should have something there
  26. as an attempt to document current practice.
  27.  
  28. I don't think the Daveport group (who are thinking about DTDs for
  29. documentation seriously) are in on this list, and I'm not in on theirs.
  30. I would like to get some UDI (The meeting att he IETf yesterday decided
  31. to call them URLs -- Uniform Resource Locators -- minutes are in
  32.  http://info.cern.ch/timbl/Public/USTrip1992/IETF-24/UDI_BOF_Minutes.html)
  33. (but I digress) of the davenport group's working documents.
  34. I'll go to their meeting in Sebastopol 16th-18th August if I can
  35. and see what they are doing...
  36.  
  37. Tim